home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / EDPARTS.DFM / EDPARTS.txt
Encoding:
Text File  |  1996-08-12  |  5.2 KB  |  246 lines

  1. object EdPartsForm: TEdPartsForm
  2.   Left = 274
  3.   Top = 90
  4.   HelpContext = 6
  5.   ActiveControl = DBEdit2
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Edit Parts'
  9.   ClientHeight = 264
  10.   ClientWidth = 313
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 313
  23.     Height = 36
  24.     Align = alTop
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object PrintBtn: TSpeedButton
  28.       Left = 270
  29.       Top = 5
  30.       Width = 25
  31.       Height = 25
  32.       Hint = 'Print form image'
  33.       Glyph.Data = {
  34.         2A010000424D2A010000000000007600000028000000130000000F0000000100
  35.         0400000000000000000000000000000000000000000000000000000000000000
  36.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  37.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  38.         3333333F0EFF3300000000000003333F00FF37877777777777703330000030F8
  39.         8888888888870333003330F9988888888887703F11EE37FFFFFFFFFFFFF77039
  40.         0910330888888888888F703865F03330870000000078F03765F03333000FFFFF
  41.         F000033865F03333330F44448033333765F033333330FFFFFF03333865F03333
  42.         3330F4444803333765F0333333330FFFFFF0333865F033333333000000003336
  43.         66C0333333333333333333300000}
  44.       OnClick = PrintBtnClick
  45.     end
  46.     object Bevel1: TBevel
  47.       Left = 0
  48.       Top = 34
  49.       Width = 313
  50.       Height = 2
  51.       Align = alBottom
  52.       Shape = bsTopLine
  53.     end
  54.     object Navigator: TDBNavigator
  55.       Left = 16
  56.       Top = 5
  57.       Width = 240
  58.       Height = 25
  59.       HelpContext = 6
  60.       DataSource = PartsSource1
  61.       ParentShowHint = False
  62.       ShowHint = True
  63.       TabOrder = 0
  64.     end
  65.   end
  66.   object Panel2: TPanel
  67.     Left = 0
  68.     Top = 36
  69.     Width = 313
  70.     Height = 193
  71.     Align = alTop
  72.     BevelOuter = bvNone
  73.     TabOrder = 1
  74.     object Label1: TLabel
  75.       Left = 8
  76.       Top = 11
  77.       Width = 33
  78.       Height = 13
  79.       Caption = 'PartNo'
  80.     end
  81.     object Label2: TLabel
  82.       Left = 8
  83.       Top = 33
  84.       Width = 53
  85.       Height = 13
  86.       Caption = 'Description'
  87.     end
  88.     object Label3: TLabel
  89.       Left = 8
  90.       Top = 55
  91.       Width = 34
  92.       Height = 13
  93.       Caption = 'Vendor'
  94.     end
  95.     object Label4: TLabel
  96.       Left = 8
  97.       Top = 77
  98.       Width = 40
  99.       Height = 13
  100.       Caption = 'OnHand'
  101.     end
  102.     object Label5: TLabel
  103.       Left = 8
  104.       Top = 100
  105.       Width = 40
  106.       Height = 13
  107.       Caption = 'OnOrder'
  108.     end
  109.     object Label7: TLabel
  110.       Left = 8
  111.       Top = 144
  112.       Width = 21
  113.       Height = 13
  114.       Caption = 'Cost'
  115.     end
  116.     object Label8: TLabel
  117.       Left = 8
  118.       Top = 166
  119.       Width = 40
  120.       Height = 13
  121.       Caption = 'ListPrice'
  122.     end
  123.     object Label6: TLabel
  124.       Left = 8
  125.       Top = 122
  126.       Width = 61
  127.       Height = 13
  128.       Caption = 'Backordered'
  129.     end
  130.     object DBEdit2: TDBEdit
  131.       Left = 80
  132.       Top = 29
  133.       Width = 225
  134.       Height = 21
  135.       HelpContext = 6
  136.       DataField = 'Description'
  137.       DataSource = PartsSource1
  138.       MaxLength = 30
  139.       TabOrder = 1
  140.     end
  141.     object DBEdit4: TDBEdit
  142.       Left = 80
  143.       Top = 74
  144.       Width = 82
  145.       Height = 21
  146.       HelpContext = 6
  147.       DataField = 'OnHand'
  148.       DataSource = PartsSource1
  149.       MaxLength = 0
  150.       TabOrder = 3
  151.     end
  152.     object DBEdit5: TDBEdit
  153.       Left = 80
  154.       Top = 97
  155.       Width = 82
  156.       Height = 21
  157.       HelpContext = 6
  158.       DataField = 'OnOrder'
  159.       DataSource = PartsSource1
  160.       MaxLength = 0
  161.       TabOrder = 4
  162.     end
  163.     object DBEdit7: TDBEdit
  164.       Left = 80
  165.       Top = 141
  166.       Width = 102
  167.       Height = 21
  168.       HelpContext = 6
  169.       DataField = 'Cost'
  170.       DataSource = PartsSource1
  171.       MaxLength = 0
  172.       TabOrder = 6
  173.     end
  174.     object DBEdit8: TDBEdit
  175.       Left = 80
  176.       Top = 163
  177.       Width = 102
  178.       Height = 21
  179.       HelpContext = 6
  180.       DataField = 'ListPrice'
  181.       DataSource = PartsSource1
  182.       MaxLength = 0
  183.       TabOrder = 7
  184.     end
  185.     object DBEdPartNo: TDBEdit
  186.       Left = 80
  187.       Top = 6
  188.       Width = 102
  189.       Height = 21
  190.       HelpContext = 6
  191.       DataField = 'PartNo'
  192.       DataSource = PartsSource1
  193.       MaxLength = 0
  194.       TabOrder = 0
  195.     end
  196.     object DBEdit3: TDBEdit
  197.       Left = 80
  198.       Top = 119
  199.       Width = 45
  200.       Height = 21
  201.       HelpContext = 6
  202.       DataField = 'BackOrd'
  203.       DataSource = PartsSource1
  204.       MaxLength = 0
  205.       TabOrder = 5
  206.     end
  207.     object DataComboBox1: TDBLookupComboBox
  208.       Left = 80
  209.       Top = 51
  210.       Width = 225
  211.       Height = 21
  212.       DataField = 'VendorNo'
  213.       DataSource = PartsSource1
  214.       KeyField = 'VendorNo'
  215.       ListField = 'VendorName'
  216.       ListSource = MastData.VendorSource
  217.       TabOrder = 2
  218.     end
  219.   end
  220.   object OKButton: TButton
  221.     Left = 147
  222.     Top = 235
  223.     Width = 75
  224.     Height = 25
  225.     Caption = 'OK'
  226.     Default = True
  227.     ModalResult = 1
  228.     TabOrder = 2
  229.   end
  230.   object CancelButton: TButton
  231.     Left = 232
  232.     Top = 235
  233.     Width = 75
  234.     Height = 25
  235.     Cancel = True
  236.     Caption = 'Cancel'
  237.     ModalResult = 2
  238.     TabOrder = 3
  239.   end
  240.   object PartsSource1: TDataSource
  241.     DataSet = MastData.Parts
  242.     Left = 24
  243.     Top = 232
  244.   end
  245. end
  246.